Class - RGBColour

D2LogicalModel.Extension.Approved.ParkingPublications.ParkingTablePublication.ParkingRecord
An RGB colour described by values for red, green and blue (0..255) as well as an optional name.

List of attributes

Name Data Type Order Definition    
colourName MultilingualString 3 The name of the colour.    
rgbBlueValue NonNegativeInteger 2 The blue value of the RGB colour (0..255).    
rgbGreenValue NonNegativeInteger 1 The green value of the RGB colour (0..255).    
rgbRedValue NonNegativeInteger 0 The red value of the RGB colour (0..255).    

Associations

Multiplicity From Role Role description Association Multiplicity To Role Role description  
0..1 RGBColour parkingColour related to 1 ParkingRecord  
0..1 RGBColour parkingRouteColour related to 1 ParkingRoute  
1 RGBColour related to ParkingStatusColourMapping